Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 84 (100.0%) | 1364 (100.0%) | 16.2 |
src/tests/ | 40 (47.6%) | 767 (56.2%) | 19.1 |
/ | 7 (8.3%) | 211 (15.5%) | 30.1 |
src/picasso/parser/tokens/chars/ | 10 (11.9%) | 129 (9.5%) | 12.9 |
src/picasso/parser/tokens/functions/ | 10 (11.9%) | 120 (8.8%) | 12.0 |
src/picasso/parser/tokens/operations/ | 6 (7.1%) | 95 (7.0%) | 15.8 |
src/picasso/parser/ | 3 (3.6%) | 28 (2.1%) | 9.3 |
src/picasso/parser/language/expressions/ | 5 (6.0%) | 11 (0.8%) | 2.2 |
src/picasso/parser/tokens/ | 2 (2.4%) | 2 (0.1%) | 1.0 |
.settings/ | 1 (1.2%) | 1 (0.1%) | 1.0 |
multi-args done, doing Perlins and RGBToChrome stuff in ColorTests
87 lines of code changed in 3 files:
more multi-args
50 lines of code changed in 2 files:
first multi-arg test. It passed, hopefully it's correctly structured. More to come.
28 lines of code changed in 1 file:
unary evaluator tests done
8 lines of code changed in 1 file:
separated unary evaluators from multi-arg function evals in tests. MDF
224 lines of code changed in 4 files:
test stuff
38 lines of code changed in 1 file:
test stuff
3 lines of code changed in 2 files:
added basic arithmetic tokenizer tests
71 lines of code changed in 2 files:
finally solved my problems in EvaluatorTests. More to come!
56 lines of code changed in 2 files:
Added tan to functions.conf
4 lines of code changed in 2 files:
still testing things YAYAYAYAYAY HAPPY CHANUKAH
9 lines of code changed in 1 file:
more fooling around in testing. Also, added an analyzer for Tan.
56 lines of code changed in 3 files:
see previous comment
14 lines of code changed in 1 file:
can somebody please run ParsedExpressionTreeTests and tell me what the hell is wrong
10 lines of code changed in 2 files:
test package
225 lines of code changed in 5 files:
added Perlin Tokens and removed comment in test package
32 lines of code changed in 3 files:
created skeleton functions in test packages
45 lines of code changed in 1 file:
more work in test package
0 lines of code changed in 2 files:
got rid of the red x that was plaguing ParsedExpressionTreeTests. Will fix later on this evening/tomorrow morning.
6 lines of code changed in 1 file:
Fixed Stuart's param1 and param2 variables. Since they were in the constructor, they were considered local and weren't recognized in the other method.
10 lines of code changed in 2 files:
(20 more)